home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Programmer Power Tools
/
Programmer Power Tools.iso
/
mouse
/
menumous.arc
/
MENUMOUS.MSG
< prev
Wrap
Internet Message Format
|
1989-01-25
|
592b
Path: rutgers!att!whuts!jmbj
From: jmbj@whuts.ATT.COM (BITTMAN)
Newsgroups: comp.sys.ibm.pc
Subject: Ram-Resident Mouse Driver Demo
Date: 25 Jan 89 12:25:25 GMT
Keywords: Public, asm source
Public Domain, source, executable, and short doc.
This program responds to mouse movement and button presses
and "stuffs" the appropriate keys into the keyboard buffer.
The code is ram-resident, and very simple,
it doesn't know if it's already there, and
it doesn't restore the old int 33h.
It DOES demonstrate how to use the mouse and how to
insert keys into the keyboard buffer.